Revision: network-manager--MAIN--0--patch-203
Archive: network-manager@bazaar.ubuntu.com
Creator: Arch Librarian <arch@canonical.com>
Date: Sat Aug 13 15:52:35 BST 2005
Standard-date: 2005-08-13 14:52:35 GMT
Modified-files: ChangeLog src/NetworkManagerAP.c
    src/NetworkManagerAP.h src/NetworkManagerAPList.c
    src/NetworkManagerAPList.h src/NetworkManagerDbus.c
    src/NetworkManagerDevice.c src/NetworkManagerDevice.h
    src/NetworkManagerPolicy.c
New-patches: network-manager@bazaar.ubuntu.com/network-manager--MAIN--0--patch-203
Summary: 2004-10-11 Dan Williams <dcbw@redhat.com>
CSCVSID: MAIN.204
Keywords: cscvs:MAIN.204

Author: dcbw
Date: 2004-10-11 21:32:19 GMT
2004-10-11 Dan Williams <dcbw@redhat.com>

	* src/NetworkManagerAP.c
		- (nm_ap_new, nm_ap_new_from_ap): Don't crash when we don't have
			enough RAM to allocate new AP structures, but return NULL instead

	* src/NetworkManagerAPList.[ch]
		- (nm_ap_list_is_empty): new function
		- (nm_ap_list_combine): new function, combine two access point lists
		- (nm_ap_list_copy_keys): new function, copy keys from one list
			into another

	* src/NetworkManagerDevice.[ch]
		- Rename some functions to be clearer:
			nm_device_get_best_ap_frozen -> nm_device_is_best_ap_frozen
			nm_device_just_activated     -> nm_device_is_just_activated
			nm_device_activating         -> nm_device_is_activating
			nm_device_now_scanning       -> nm_device_is_scanning
		- Cache the last 4 scans so that the access point list is more stable.
			We combine the lastest two scans and use that as the AP list,
			and diff that combined list against the combination of the earliest
			two cached scans for the WirelessNetworkAppeared/Dissappeared signals
